A. System.EnterpriseServices
B. System.Diagnostics
C. System.Data
D. All of the above
Advertisement
Related Mcqs:
- Difference between Response.Write() and Response.Output.Write() ?
- A. Response.Output.Write() allows you to write formatted output B. Response.Output.Write() allows you to stream output C. Response.Output.Write() allows you to buffer output D. Response.Output.Write() allows you to flush output...
- We have defined one page_load event in aspx page and same page_load event in code behind who will run first ?
- A. page_laod event in aspx page B. page_load event in code-behind C. both will run simultaneously D. None of these...
- Which of the following is used to send email message from my ASP.NET page?
- A. System.Web.Mail.SmtpMail B. System.Web.Mail.MailMessage C. Both A and B D. None of these...
- Suppose one wants to modify a SOAP message in a SOAP extension then how this can be achieved. Choose the correct option from below ?
- A. One must override the method ReceiveMessage B. One must override the method InitializeMethod C. Both A and B D. One must override the method ProcessMessage...
- What is the out put of Following code String a=”Hello”; String b=”World” String c= a+b Response.Write ( “C “); ?
- A. Hello world B. Hello C. C D. World...
- Which of the following languages can be used to write server side scripting in ASP.NET?
- A. VB B. C-sharp C. Both A and B D. C++...
- Which of the following languages can be used to write server side scripting in ASP.NET ?
- A. Visual Basic B. C C. C# D. All of the above...
- Web.config file is used.. ?
- A. To configure the web server B. To configure the web browser C. Configures the time that the server-side codebehind module is called D. To store the global information and variable definitions for the application...
- What is the extension of a web user control file ?
- A. .Aspx B. .Asmx C. .Ascx D. None of these...
- What section of the config.Web file is used for storing a list of authorized users ?
- A. securityPolicy B. authentication C. authorization D. None of the above...
Advertisement